home *** CD-ROM | disk | FTP | other *** search
- inherited frmIdleTrigger: TfrmIdleTrigger
- Left = 408
- Top = 377
- HelpContext = 254
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited imgTriggerImage: TImage
- Picture.Data = {<image000.ico>}
- end
- inherited memTriggerDesc: TMemo
- Lines.Strings = (
-
- 'Occurs when no keyboard or mouse input occurs for a specified pe' +
- 'riod of time.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 455
- Height = 13
- AutoSize = False
- Caption = 'Launch task when machine has been &idle for:'
- FocusControl = edtMinutes
- end
- object edtMinutes: TEdit
- Left = 22
- Top = 44
- Width = 83
- Height = 21
- TabOrder = 0
- Text = '1'
- end
- object cboMeasure: TComboBox
- Left = 128
- Top = 45
- Width = 109
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'seconds'
- 'minutes'
- 'hours'
- 'days')
- end
- object UpAmount: TUpDown
- Left = 105
- Top = 44
- Width = 15
- Height = 21
- Associate = edtMinutes
- Min = 1
- Max = 32765
- Position = 1
- TabOrder = 2
- Wrap = False
- end
- end
- end
- end
- inherited pnlBottom: TPanel
- inherited comOk: TButton
- OnClick = comOkClick
- end
- end
- end
-